home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00085_Studio swivel.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  246 b   |  12 lines

  1. on exitFrame
  2.   global gStudioCounter
  3.   go(the frame)
  4.   puppetSprite(1, 1)
  5.   set the castNum of sprite 1 to gStudioCounter
  6.   set gStudioCounter to gStudioCounter + 1
  7.   updateStage()
  8.   if gStudioCounter = 32 then
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.